ga.core.individual
Interface ICostInfo

All Known Implementing Classes:
FurnLayoutIndividual

public interface ICostInfo

Interface for getting an individuals cost.

Since:
11.08.2012
Author:
Stephan Dreyer

Method Summary
 double getCosts()
          Get the costs as double.
 java.lang.String getCostString()
          Get the textual representation of the costs.
 

Method Detail

getCosts

double getCosts()
Get the costs as double.

Returns:
Costs.
Since:
11.08.2012

getCostString

java.lang.String getCostString()
Get the textual representation of the costs.

Returns:
Costs string.
Since:
11.08.2012